home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRMACTAS / TFRMACTAS.txt
Text File  |  2004-10-21  |  3KB  |  143 lines

  1. object frmActas: TfrmActas
  2.   Left = 193
  3.   Top = 101
  4.   BorderStyle = bsNone
  5.   Caption = 'frmActas'
  6.   ClientHeight = 393
  7.   ClientWidth = 485
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel3: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 485
  23.     Height = 393
  24.     Align = alClient
  25.     BevelWidth = 3
  26.     Color = clWhite
  27.     Ctl3D = False
  28.     ParentCtl3D = False
  29.     TabOrder = 0
  30.     object Label3: TLabel
  31.       Left = 16
  32.       Top = 6
  33.       Width = 192
  34.       Height = 29
  35.       Caption = 'Seleccionar Acta'
  36.       Font.Charset = ANSI_CHARSET
  37.       Font.Color = clGray
  38.       Font.Height = -24
  39.       Font.Name = 'Arial'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.       Transparent = True
  43.     end
  44.     object Label6: TLabel
  45.       Left = 16
  46.       Top = 88
  47.       Width = 125
  48.       Height = 249
  49.       Alignment = taCenter
  50.       AutoSize = False
  51.       Caption = 
  52.         'Seleccione a acta que corresponde ∩┐╜  assembleia.'#13#10'Esta op∩┐╜∩┐╜o ser' +
  53.         've para que possa saber em qualquer altura qual o ficheiro que c' +
  54.         'ont∩┐╜m a acta da assembleia em causa.'#13#10'A acta poder∩┐╜ ser um fiche' +
  55.         'iro ".DOC" ou ".RTF". Caso esteja no formato ".RTF" poder∩┐╜ visua' +
  56.         'liz∩┐╜-la com o bot∩┐╜o existente na ficha da assembleia, ou at∩┐╜ mes' +
  57.         'mo alter∩┐╜-la atrav∩┐╜s do editor de circulares.'
  58.       Transparent = True
  59.       WordWrap = True
  60.     end
  61.     object Label1: TLabel
  62.       Left = 20
  63.       Top = 45
  64.       Width = 39
  65.       Height = 13
  66.       Caption = 'Label1'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.     end
  74.     object Label2: TLabel
  75.       Left = 384
  76.       Top = 8
  77.       Width = 32
  78.       Height = 13
  79.       Caption = 'Label2'
  80.       Visible = False
  81.     end
  82.     object DirectoryListBox1: TDirectoryListBox
  83.       Left = 162
  84.       Top = 87
  85.       Width = 145
  86.       Height = 220
  87.       Hint = 'Ver foto'
  88.       FileList = FileListBox1
  89.       ItemHeight = 16
  90.       TabOrder = 0
  91.     end
  92.     object FileListBox1: TFileListBox
  93.       Left = 322
  94.       Top = 87
  95.       Width = 145
  96.       Height = 220
  97.       Hint = 'Ver foto'
  98.       ItemHeight = 13
  99.       Mask = '*.rtf'
  100.       TabOrder = 1
  101.       OnDblClick = FileListBox1DblClick
  102.     end
  103.     object FilterComboBox1: TFilterComboBox
  104.       Left = 322
  105.       Top = 317
  106.       Width = 145
  107.       Height = 21
  108.       FileList = FileListBox1
  109.       Filter = 
  110.         'Ficheiros RichText (*.rtf)|*.rtf|Documentos do Word (*.doc)|*.do' +
  111.         'c'
  112.       TabOrder = 2
  113.     end
  114.     object DriveComboBox1: TDriveComboBox
  115.       Left = 162
  116.       Top = 317
  117.       Width = 145
  118.       Height = 19
  119.       DirList = DirectoryListBox1
  120.       TabOrder = 3
  121.     end
  122.     object BitBtn1: TBitBtn
  123.       Left = 288
  124.       Top = 360
  125.       Width = 75
  126.       Height = 25
  127.       Caption = '&OK'
  128.       TabOrder = 4
  129.       OnClick = BitBtn1Click
  130.       Kind = bkOK
  131.     end
  132.     object BitBtn2: TBitBtn
  133.       Left = 376
  134.       Top = 360
  135.       Width = 75
  136.       Height = 25
  137.       Caption = '&Cancelar'
  138.       TabOrder = 5
  139.       Kind = bkCancel
  140.     end
  141.   end
  142. end
  143.